home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0518 / spad.doc next >
Text File  |  1997-04-02  |  3KB  |  60 lines

  1. SuperPad (VERSION 1.3)                Copyright (c) 1995, Douglas Boling
  2. ------------------------------------------------------------------------
  3.                First Published in PC Magazine April 11, 1995 (Utilities)
  4. ------------------------------------------------------------------------
  5.  
  6. SuperPad by Douglas Boling
  7.  
  8. PURPOSE:
  9.         SuperPad is a replacement for Microsoft Windows' Notepad that
  10. can edit files of any size. It also offers command line switches so you
  11. can configure it for use with a Windows batch language.
  12. ===========================================================Revision History:
  13.  
  14.  1.0   Initial Release
  15.  1.1   Bug fixes
  16.        removed problem OutputDebugString calls
  17.        fixed overstrike of non-char keys
  18.        added menu del routine
  19.  1.2   Scanned for zero bytes in original file
  20.        Fixed find up bug
  21.        Fixed replace bug
  22.        Fixed return bug under wordwrap and overstrike
  23.        Fixed bad clipdata sizing on paste
  24.        Reworked swap file handling during save/saveas
  25.  1.3   Adding printing functions
  26.        Fixed ctl-insert bug
  27.        Added preset insert state
  28.        Set offsetting rect
  29. ===========================================================
  30. USAGE:
  31.         To install SuperPad, simply copy the executable file SPAD.EXE
  32. to a directory in your path. You may also want to add a Program Manager
  33. icon for SuperPad. The optional command line switches are as follows:
  34.  
  35.  SuperPad [filename] [/Ln] [/Cn] [/R+|-] [V] [/F] [/P] [/Tn] [/W+|-]
  36. The filename parameter specifies the file to be edited by SuperPad.
  37. The /L (line) and /C (column) switches let you specify the line and
  38. column where SuperPad is positioned when it opens a file. The /R
  39. (read-only) switch prevents files from being modified. You can change
  40. the status using the Read Only menu item. The /V switch is similar to
  41. the /R switch except that the read-only nature of the session cannot
  42. be modified through the Read Only menu item.
  43. The /F (fixed) and /P (proportional) switches let you specify the type
  44. of font used to display the file. The /T switch lets you set the tab
  45. size. The last switch, /W, tells SuperPad whether it should wrap lines
  46. longer than the width of the SuperPad window. The /W+ switch tells
  47. SuperPad to wrap lines within the window; /W- tells SuperPad to use
  48. a horizontal scroll bar instead of wrapping.
  49. FILES:     SPAD.EXE-SuperPad's executable program file.
  50.         SPAD.DOC-Just the documentation file for SuperPad.
  51.         SPAD.ZIP-The program, documentation, and source code files
  52.                  for SuperPad all wrapped up in a .ZIP file.
  53. SUPPORT:
  54.          Help for the free utilities offered by PC Magazine can be
  55. obtained electronically in the Utilities section of ZiffNet's
  56. Utilities/Tips Forum (GO ZNT:TIPS). The authors of current utilities
  57. generally visit this forum every day.
  58. ----------------------------------------------------------------------
  59. Douglas Boling is a Contributing Editor of PC Magazine.
  60. ----------------------------------------------------------------------